home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj009.zip / TOOLBAR.ZIP / TOOLTST5.TB < prev   
Text File  |  1992-04-29  |  668b  |  21 lines

  1. TOOLBAR "tooltest5"
  2. ORIENT HORIZONTAL
  3. CELLSIZE 32, 32
  4. MASTERCELLS 4, 3             # no slave tools used
  5. BEGIN
  6.     TOOLSET 1             # only one master set
  7.     BEGIN
  8.         TOOL "bigarrow", 101    # 2x1 cell
  9.         TOOL "render", 102    # 2x1 cell
  10.         TOOL "updown", 201
  11.         TOOL "vertarrows", 202    # 1x2 cell
  12.         TOOL "rtleft", 203
  13.         TOOL "desert", 204
  14.         TOOL "coyote", 301
  15.         TOOL "canteen", 302
  16.         TOOL "footprints", 303
  17.         TOOL "toolbox", 100  # in this sample, we named 12 tools
  18.         TOOL "arrows", 100   # but since we're using multiple cell
  19.         TOOL "cactus", 100   # tools, these will never be displayed
  20.     END # end toolset         # (the TOOL lines are NOT required, tho)
  21. END # end toolbar